2001-10-27 Anders Carlsson <andersca@gnu.org>
+ * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
+ that the valid width is in range 0-65535 pixels. Fixes bug
+ #56754.
+
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
a dot in the documentation. Fixes bug #62632.
2001-10-27 Anders Carlsson <andersca@gnu.org>
+ * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
+ that the valid width is in range 0-65535 pixels. Fixes bug
+ #56754.
+
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
a dot in the documentation. Fixes bug #62632.
2001-10-27 Anders Carlsson <andersca@gnu.org>
+ * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
+ that the valid width is in range 0-65535 pixels. Fixes bug
+ #56754.
+
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
a dot in the documentation. Fixes bug #62632.
2001-10-27 Anders Carlsson <andersca@gnu.org>
+ * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
+ that the valid width is in range 0-65535 pixels. Fixes bug
+ #56754.
+
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
a dot in the documentation. Fixes bug #62632.
2001-10-27 Anders Carlsson <andersca@gnu.org>
+ * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
+ that the valid width is in range 0-65535 pixels. Fixes bug
+ #56754.
+
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
a dot in the documentation. Fixes bug #62632.
2001-10-27 Anders Carlsson <andersca@gnu.org>
+ * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
+ that the valid width is in range 0-65535 pixels. Fixes bug
+ #56754.
+
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
a dot in the documentation. Fixes bug #62632.
2001-10-27 Anders Carlsson <andersca@gnu.org>
+ * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
+ that the valid width is in range 0-65535 pixels. Fixes bug
+ #56754.
+
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
a dot in the documentation. Fixes bug #62632.
/**
* gtk_container_set_border_width:
* @container: a #GtkContainer
- * @border_width: amount of blank space to leave <emphasis>outside</emphasis> the container
- *
+ * @border_width: amount of blank space to leave <emphasis>outside</emphasis> the container.
+ * Valid values are in the range 0-65535 pixels.
* The border width of a container is the amount of space to leave
* around the outside of the container. The only exception to this is
* #GtkWindow; because toplevel windows can't leave space outside,